17:25 / 30:02Guarda video completo
Object Tracking with Opencv and Python
Pysource
8595 Mi piace
489.636 Visualizzazioni
2021 28 gen
Source code: https://pysource.com/2021/01/28/objec... You will learn in this video how to Track objects using Opencv with Python. In this specific lesson we will focus on two main steps: on the first one we will do Object detection and on the second one Object tracking. ➤ Full Videocourses: Object Detection: https://pysource.com/object-detection... ➤ Follow me on: Instagram: https://instagram.com/pysource7 LinkedIn: https://www.linkedin.com/company/pyso... ➤ For business inquiries: https://pysource.com/contact
►► You can Build a Computer Vision software to DETECT and TRACK any Object. → 4-Step FREE Workshop https://pysource.com/blueprint-workshop-signup/
3
The way this person is delivering these complicated stuffs regarding Open CV and OT, hats off man for your contribution towards the YouTube Community. Do try to make a playlist or video regarding implementation of GANNs tensorflow models along with Opened CV, like Real Time image to image translation using Cycle GANNs. By the way lots if love from this Subscriber 😊
5
Today I installed opencv, it was a long day of tutorials but this one was super super clear! Thanks a lot!
35
Hey! Thanks a lot for the video! Very helpful! Tell me, how can I record the coordinates of landmarks in a json file?
1
Thank you so much men! I do appreciate your kindness and efforts for sharing this great script even for free. It helps a lot, especillay for many students who are with empty pockets! Gracias!
3
Wow this was quite useful and well explained. Thank you and God bless your work!!!
3
Thank you for explaining each and every line of code clearly. Great help. Keep uploading videos like this
2
Thanks for the insight, you have taken my python-programming to another higher level!! Great fun too.
1
I really enjoy watching your videos and they are quite helpful at same time. thanks for sharing this with us
Thanks for sharing the knowledge and resources. For the information of the fellow viewers/commenters.. I implemented his code in VS Code in Windows 10. 2 errors and following had to be done as it threw some error when I attempted to run it: 1. install "pip install tracker" --> Refresh VS code 2. Make sure that the specified folder path of the video and code are same. Files --> Open Folder--> Object-Tracking.
4
Thank you so much, please make more tutorials like tNice tutorials. You explain better than any other guide I've seen on youtube, very clear and
Perfect and much needed video , thank you 🙏. Can you PLEASE make a video on camera calibration without using the checker board (I mean by using methods inside opencv like PnP method etc...)
1
this is a really awesome explanation of each and every step u explained very well. sir if I want further vehicle classification can you please say how I supposed to do it..
Hey, Could we think something different like this , instead of calculating area could it be that we will track only the moving elements and complete our task. I don't know could it be or not because I'm new in python and opencv too . if it can please tell. And thank you for sharing such a nice one project.
Excellent👍, thanks for sharing the codes of the project to us to learn it well
Thank you for your detailed explanation on object Tracking :)
Solid explanation to initiate into the field
1
Thanks a lot for this amazing tutorial !!!
This is just great. Many many thanks 👍
Sir, thank you for the video with a detailed explanation. If I want the program to execute on two different videos at a time is that possible. If yes please tell the way